-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to scoringutils 1.0.0 #203
Conversation
nikosbosse
commented
Mar 25, 2022
- updates to the manuscript
- small fixes
Former-commit-id: 263eeeaecc84252492383baec202b9c8ba206aba
Former-commit-id: 44761929f92e4e8c80618d9ca6869c2bf84cd50a
Codecov Report
@@ Coverage Diff @@
## master #203 +/- ##
==========================================
+ Coverage 56.68% 56.80% +0.12%
==========================================
Files 22 22
Lines 1362 1366 +4
==========================================
+ Hits 772 776 +4
Misses 590 590
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is all looking nice. Paper code is looking clean and figures are lovely. Do you want some feedback on the paper in the near term?
@@ -116,6 +131,9 @@ | |||
#' A data set with truth values for COVID-19 cases and deaths | |||
#' submitted to the European Forecast Hub. | |||
#' | |||
#' The data was created using the script create-example-data.R in the inst/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you love to see it.
|
||
NULL | ||
#' @keywords internal | ||
"_PACKAGE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you caved on the custom package file 😱
@@ -2,7 +2,7 @@ library(data.table) | |||
library(dplyr) | |||
library(devtools) | |||
library(here) | |||
library(covidHubUtils) # devtools::install_github("reichlab/covidHubUtils") | |||
library(covidHubUtils) # devtools::install_github("reichlab/covidHubUtils") #nolint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linter so mad. To skip successfully use # nolint
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
system("svn checkout https://github.com/epiforecasts/covid19-forecast-hub-europe/trunk/data-processed/EuroCOVIDhub-baseline") | ||
system("svn checkout https://github.com/epiforecasts/covid19-forecast-hub-europe/trunk/data-processed/UMass-MechBayes") | ||
system("svn checkout https://github.com/epiforecasts/covid19-forecast-hub-europe/trunk/data-processed/epiforecasts-EpiNow2") | ||
system("svn checkout https://github.com/epiforecasts/covid19-forecast-hub-europe/trunk/data-processed/EuroCOVIDhub-ensemble") # nolint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you want can instead use the scripts I wrote for downloading nowcasting. Much less ick than having to install utils.....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll leave that to future Nikos 👀
Also really not a fan of this mega PR approach fyi. |
Me neither 👀
I'll try and do better in the future :)
|